Home
last modified time | relevance | path

Searched hist:"34309 d2b" (Results 1 – 1 of 1) sorted by relevance

/qemu/
H A Dqemu-bridge-helper.c34309d2b Thu Jul 12 13:24:31 GMT 2012 Corey Bryant <coreyb@linux.vnet.ibm.com> net: Add interface to bridge when SIOCBRADDIF isn't available

The bridge helper uses the SIOCBRADDIF ioctl to add an inteface to
a bridge. SIOCBRADDIF is not available on old Linux versions. This
patch adds support to use the SIOCDEVPRIVATE ioctl with BRCTL_ADD_IF
if SIOCBRADDIF is not available.

Reported-by: Fabien Chouteau <chouteau@adacore.com>
Signed-off-by: Corey Bryant <coreyb@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>